fix(gui): remove ignored file notifications from Activity list
authorJyrki Gadinger <nilsding@nilsding.org>
Thu, 3 Apr 2025 09:52:17 +0000 (11:52 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 4 Apr 2025 13:03:11 +0000 (13:03 +0000)
commitcefb1d061eb0194c4ca39911b227bd99026b62aa
treeed4ef4ca031b2876cb478c13f6f7b970bdba8132
parentc82704223689a56c9601c409f4be93a4a08a36c4
fix(gui): remove ignored file notifications from Activity list

These are informative notifications without any need/possibility to act
on immediately -- if a file is not synced it will be visible from the
shell integration anyway.

An eventual follow-up to this change would be to have a dialogue with an
overview of all files that were ignored (including the entry in the
ignore list that caused a specific file to be ignored).

Closes #6712

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/tray/activitylistmodel.cpp
src/gui/tray/activitylistmodel.h
src/gui/tray/usermodel.cpp
test/testactivitylistmodel.cpp
test/testsortedactivitylistmodel.cpp